loans-api icon

loans-api

(0 reviews)

Get New Loan Simulation Status

Description: This endpoint is used to get simulation status based on simulationRef Id. The simulationRef Id being passed in path parameter.

Mulesoft Request:

Headers:

Mandatory Headers: x-channel-id, x-correlation-id, x-bank-id, client_id, Authorization

Optional Headers: x-sub-channel-id, x-user-id, client_secret, x-debug-flag, x-customer-id

Parameters:

URI Params: {simulationRef}

Query Params: NA

Content-type: application/json

Mulesoft Response:

Success Response: (200)

{
    "status": {
        "success": true,
        "code": "200",
        "reasonCode": "",
        "arabicMessage": "تمت العملية بنجاح",
        "englishMessage": "The Operation has been Successfully Completed"
    },
    "response": {
        "simulationStatus": {
            "arrangement": "AA23043N9F6M",
            "activity": "LENDING-NEW-ARRANGEMENT",
            "simRunRef": "AASIMR23043NDPZGTW",
            "status": "COMPLETED - SUCCESSFULLY"
        }
    }
}

Reviews